Howdy,
I have been running hobby servos on JP6 according
to this documentation. Seems to work well:
http://www.dynomotion.com/wiki/index.php?title=Driving_Hobby_Servos
I have an existing machine that is using all of the IO on
JP6, I am wondering if I can drive my hobby servos on JP4.
I dont understand the code well enough. It is using a PWM
generator, but I dont think JP4 has a generator. Would it
be as simple as assigning JP4 IO instead of JP6?
SetBitDirection(16,1);
ClearBit(16);
SetBitDirection(17,1);
ClearBit(17);
SetBitDirection(18,1);
ClearBit(18);
Then everywhere bit 26 is called out I would change it to 16?
Thanks,
Scott